From: Jan Beulich Date: Fri, 23 Mar 2012 10:46:11 +0000 (+0100) Subject: x86/hpet: force_hpet_broadcast can be __initdata X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8c3e852fe4bf40d390d9c1fb59e2e1cc7663e713;p=xen.git x86/hpet: force_hpet_broadcast can be __initdata Signed-off-by: Jan Beulich Acked-by: Keir Fraser --- diff --git a/xen/arch/x86/hpet.c b/xen/arch/x86/hpet.c index 0f6d1a1fbb..b17cd07497 100644 --- a/xen/arch/x86/hpet.c +++ b/xen/arch/x86/hpet.c @@ -57,7 +57,7 @@ unsigned long __read_mostly hpet_address; * if RTC interrupts are enabled. Enable this option if want to always enable * legacy hpet broadcast for deep C state */ -static bool_t __read_mostly force_hpet_broadcast; +static bool_t __initdata force_hpet_broadcast; boolean_param("hpetbroadcast", force_hpet_broadcast); /*